Taryn Michelle

Open all errors
"'Printing the name' rules make TWO passes over the same object when Inform needs to determine the appropriate article to print. This is a non-issue for many rules, but 'printing the name' rules with side effects may need to know which stage is currently being processed (article-choosing or name-printing), so that they can avoid double-execution of any side effects."
ni In Section - I6 Code in the extension Print Stage Detection by Taryn Michelle:


You wrote 'Include (- Global short_name_case; [ Prefac [...] se) return;
print (PSN__) obj; ]; -) instead of "Object Names II" in "Printing.i6t"' (Taryn Michelle/Print Stage Detection.i7x, line 9):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.